func crypto/x509.systemRootsPool
4 uses
crypto/x509 (current package)
cert_pool.go#L118: if sysRoots := systemRootsPool(); sysRoots != nil {
root.go#L31: func systemRootsPool() *CertPool {
verify.go#L562: systemPool := systemRootsPool()
verify.go#L578: opts.Roots = systemRootsPool()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)